home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Perl Multimedia Cyber Classroom
/
PERL Multimedia Cyber Classroom (Prentice Hall)(1998).ISO
/
perlbyex
/
code.jar
/
08ex003.jar
/
code
/
ch08
/
08ex003
/
go.sh
< prev
Wrap
Linux/UNIX/POSIX Shell Script
|
1998-04-01
|
168b
|
6 lines
#!/bin/sh
dos2unix 08ex003.pl 08ex003.pl
echo 'Press ^D (Control D) to exit the program'
perl 08ex003.pl
perl -e 'print "Press enter to continue . . ."; $a = <STDIN>;'